home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 735 / 735.xpi / install.rdf < prev   
Extensible Markup Language  |  2010-02-10  |  1KB  |  35 lines

  1. <?xml version="1.0"?>
  2.  
  3. <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  4.      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  5.  
  6.   <Description about="urn:mozilla:install-manifest">
  7.   
  8.     <em:id>{C0D0F6D1-9FC9-4b0a-B485-D5E13AF40D51}</em:id>
  9.     <em:version>2.3.54</em:version>
  10.     <!-- Firefox -->
  11.     <em:targetApplication>
  12.     <Description>
  13.         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
  14.         <em:minVersion>2.0</em:minVersion>
  15.         <em:maxVersion>3.6.*</em:maxVersion>
  16.     </Description>
  17.     </em:targetApplication>
  18.     
  19.     <em:name>Answers</em:name>
  20.     <em:description>Alt+Click on any word or term for quick info (definitions, up-to-the-minute reference, and more). No selection is necessary!</em:description>
  21.     <em:creator>Asher Szmulewicz</em:creator>
  22.     <em:contributor>Daniel Brief</em:contributor>
  23.      <em:contributor>Avi Rosenschein</em:contributor>
  24.     <em:homepageURL>http://www.answers.com</em:homepageURL>
  25.     <em:iconURL>chrome://answers/content/answers.png</em:iconURL>
  26.     <em:optionsURL>chrome://answers/content/options.xul</em:optionsURL>
  27.     <em:file>
  28.    
  29.       <Description about="urn:mozilla:extension:file:answers.jar">
  30.         <em:package>content/answers/</em:package>
  31.       </Description>
  32.     </em:file>
  33.     </Description>      
  34. </RDF>
  35.